home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 1
/
BUGCD1996_0708.ISO
/
pc
/
util
/
minilin
/
minilin.exe
/
USR
/
BIN
/
PRINTMAI.{8G
< prev
next >
Wrap
Text File
|
1994-04-02
|
447b
|
22 lines
#!/bin/sh
# printmail: part of the Elm mail system
# @(#)$Id: printmail.SH,v 5.1 1992/10/04 00:46:45 syd Exp $
# Copyright (c) 1988-1992 USENET Community Trust
# Copyright (c) 1986,1987 Dave Taylor
if [ "$1" = "-p" ]; then
flags="-p";shift
fi
if [ "$1" != "" ]; then
if [ ! -r $1 ]; then
echo printmail: cannot open folder $1 1>&2
exit 1
else
flags="$flags -f $1"
fi
fi
# and now invoke readmsg
exec readmsg $flags \*